home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
kcl
/
kcl.lha
/
lsp
/
export.lsp
< prev
next >
Wrap
Text File
|
1987-06-04
|
3KB
|
278 lines
;; (c) Copyright Taiichi Yuasa and Masami Hagiya, 1984. All rights reserved.
;; Copying of this file is authorized to users who have executed the true and
;; proper "License Agreement for Kyoto Common LISP" with SIGLISP.
;;;; export.lsp
;;;;
;;;; Exporting external symbols of LISP package
(in-package 'lisp)
(export '(
&whole
&environment
&body
*
**
***
*break-enable*
*break-on-warnings*
*features*
*modules*
+
++
+++
-
/
//
///
COMMON
KYOTO
KCL
abs
acos
acosh
adjust-array
adjustable-array-p
apropos
apropos-list
array-dimension
array-dimensions
array-element-type
array-has-fill-pointer-p
array-in-bounds-p
array-rank
array-row-major-index
asin
asinh
assert
atanh
bit
bit-and
bit-andc1
bit-andc2
bit-eqv
bit-ior
bit-nand
bit-nor
bit-not
bit-orc1
bit-orc2
bit-xor
break
byte
byte-position
byte-size
ccase
cerror
check-type
cis
coerce
compile
compile-file
concatenate
cosh
count
count-if
count-if-not
ctypecase
decf
decode-universal-time
defconstant
define-modify-macro
define-setf-method
defparameter
defsetf
defstruct
deftype
defvar
delete
delete-duplicates
delete-if
delete-if-not
deposit-field
describe
disassemble
do*
do-all-symbols
do-external-symbols
do-symbols
documentation
dolist
dotimes
dpb
dribble
ecase
ed
eighth
encode-universal-time
error
etypecase
eval-when
every
fceiling
ffloor
fifth
fill
fill-pointer
find
find-all-symbols
find-if
find-if-not
first
format
fourth
fround
ftruncate
get-decoded-time
get-setf-method
get-setf-method-multiple-value
get-universal-time
getf
ignore
incf
inspect
intersection
isqrt
ldb
ldb-test
lisp-implementation-type
logandc1
logandc2
lognand
lognor
lognot
logorc1
logorc2
logtest
long-site-name
machine-instance
machine-type
machine-version
make-array
make-sequence
map
mask-field
merge
mismatch
mod
multiple-value-setq
nintersection
ninth
notany
notevery
nset-difference
nset-exclusive-or
nsubstitute
nsubstitute-if
nsubstitute-if-not
nunion
phase
pop
position
position-if
position-if-not
prin1-to-string
princ-to-string
prog*
provide
psetf
push
pushnew
rational
rationalize
read-from-string
reduce
rem
remf
remove
remove-duplicates
remove-if
remove-if-not
replace
require
rotatef
room
sbit
search
second
set-difference
set-exclusive-or
setf
seventh
shiftf
short-site-name
signum
sinh
sixth
software-type
software-version
some
sort
stable-sort
step
structure
subsetp
substitute
substitute-if
substitute-if-not
subtypep
tanh
tenth
third
time
trace
type
typecase
typep
union
untrace
variable
vector
vector-pop
vector-push
vector-push-extend
warn
with-input-from-string
with-open-file
with-open-stream
with-output-to-string
write-to-string
y-or-n-p
yes-or-no-p
proclaim
proclamation
special
type
ftype
function
inline
notinline
ignore
optimize
speed
space
safety
compilation-speed
declaration
*eval-when-compile*
clines
defcfun
defentry
defla
void
object
char
int
float
double
))